@charset "UTF-8";

html,body{
	height:100%;
}

/* ======轮播图====== */
.sys_bannerbox1 {
	width: 100%;
	height: 100%;
}

.sys_bannerbox1 .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-color: #fff;
}

.sys_bannerbox1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_ban_row1 .swiper-pagination {
	position: relative;
	width: 1600px;
	margin: -214px auto 0;
	height: 4px;
	z-index: 100;
	text-align: left;
}

.index_ban_row1 .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: 1600px;
}

.index_ban_row1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 24px 0 0;
}

.sys_bannerbox1 .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
}

.sys_bannerbox1 .swiper-pagination-bullet-active {
	width: 80px;
	height: 4px;
	background: #217fc4;
	transition: all 0.4s ease;
}

.index_ban_row2 .swiper-pagination {
	padding-bottom: 102px;
	text-align: center;
}

.index_ban_row2 .swiper-pagination-bullet {
	width: 32px;
}

.index_ban_row2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 18px 0 0;
}

.index_ban_row2 .swiper-pagination-bullet-active {
	width: 32px;
	height: 3px;
}

/* ======关于我们====== */
.index_about_row {
	position: relative;
	z-index: 20;
	margin-top: -183px;
	height: 722px;
}

.index_about_row .about_left {
	float: left;
	padding: 102px 365px 88px 155px;
	width: 1100px;
	height: 712px;
	color: #fff;
	background: url(../images/index_about_bg.jpg) no-repeat center;
}

.index_about_row .about_left .about_title1 span {
	font-family: font1;
	font-size: 43px;
	line-height: 100%;
	text-transform: uppercase;
	opacity: .6;
}

.index_about_row .about_left .about_title1 h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 24px 0 35px;
}

.index_about_row .about_left .desc {
	line-height: 35px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	margin-bottom: 50px;
}

a.more1 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px 0 30px 30px;
	width: 206px;
	height: 60px;
	color: #002d7e;
	background: #fff;
	transition: transform .3s ease;
}

a.more1:hover {
	transform: translateY(-8px);
}

a.more1 span:after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-left: 10px;
	background: url(../images/icon_more1.png) no-repeat center right;
}

.index_about_row .about_left a.more1.more1:hover {
	background-color: #f2f5fc;
}

.index_about_row .about_video {
	float: right;
	position: relative;
	margin: 102px 0 0 -310px;
	z-index: 20;
	width: 810px;
	height: 610px;
	background: #03061b;
}

.index_about_row .about_video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_about_row .about_video::before {
	content: "";
	display: inline-block;
	width: 96px;
	height: 100px;
	position: absolute;
	left: -96px;
	top: 510px;
	background: url(../images/icon_more.svg) no-repeat center #3883cf;
}

/* ======新闻中心====== */
.index_news_row {
	overflow: hidden;
}

.index_news_row .news_menu {
	display: flex;
	justify-content: center;
	margin-bottom: 54px;
}

.index_news_row .news_menu li {
	margin: 0 24px;
	display: inline-block;
	color: #999;
	font-size: 26px;
	cursor: pointer;
}

.index_news_row .news_menu li.on {
	color: #00318e;
	font-weight: 700;
}

.index_news_row .con_news_row .parBd {
	height: 735px;
	overflow: hidden;
}

.index_news_row .news_list1 li {
	display: flex;
}

.index_news_row .news_list1 li .pic_row {
	width: 400px;
	height: 285px;
	overflow: hidden;
}

.index_news_row .news_list1 li .pic_row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.index_news_row .news_list1 li .pic_row:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_news_row .news_list1 li .news_text {
	width: 400px;
	height: 285px;
	padding: 32px 24px 70px 30px;
	background-color: #217fc4;
}

.index_news_row .news_list1 li .news_text h4 {
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_news_row .news_list1 li .news_text h4 a {
	color: #fff;
}

.index_news_row .news_list1 li .news_text p {
	color: #fff;
	margin-top: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_news_row .news_list1 li:nth-of-type(1) .pic_row {
	width: 800px;
	height: 450px;
	overflow: hidden;
}

.index_news_row .news_list1 li:nth-of-type(1) .news_text {
	width: 800px;
	height: 450px;
	padding: 57px 114px 60px 90px;
	background-color: #f2f5fc;
}

.index_news_row .news_list1 li:nth-of-type(1) .news_text h4 {
	font-size: 28px;
	line-height: 48px;
	color: #000;
}

.index_news_row .news_list1 li:nth-of-type(1) .news_text h4 a {
	color: #000;
}

.index_news_row .news_list1 li:nth-of-type(1) .news_text h4 a:hover {
	color: #00318e;
}

.index_news_row .news_list1 li:nth-of-type(1) .news_text p {
	color: #666;
	font-size: 18px;
	margin: 26px 0 43px;
}

.index_news_row .news_list1 li:nth-of-type(2) {
	position: relative;
	float: left;
}

.index_news_row .news_list1 li:nth-of-type(3) {
	position: relative;
	float: right;
}

.index_news_row .news_list1 li:nth-of-type(3) .news_text {
	background-color: #8ec31f;
}

.index_news_row .news_list1 li:nth-of-type(2)::before,
.index_news_row .news_list1 li:nth-of-type(3)::before {
	content: "";
	display: inline-block;
	width: 58px;
	height: 60px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	background: url(../images/icon_more.svg) no-repeat center #3883cf;
	background-size: auto 16px;
	opacity: .9;
}

.index_news_row .news_list1 li:nth-of-type(3)::before {
	background-color: #8ec31f;
}

.index_news_row .news_list1 li a.more1 {
	color: #fff;
	background: #217fc4;
}

.index_news_row .news_list1 li a.more1 span:after {
	background-image: url(../images/icon_more.svg);
	background-size: auto 16px;
}

.index_news_row .news_list1 li a.more1:hover {
	background-color: #003d96;
}

/* ======片区介绍====== */
.index_intro_row .desc {
	font-size: 20px;
	line-height: 42px;
	color: #12273b;
	text-align: center;
	padding-top: 12px;
}

.index_intro_row a.more1 {
	margin: 40px auto 60px;
	border: 1px solid #cecece;
}

.index_intro_row a.more1:hover,
.index_show_row a.more1:hover {
	color: #fff;
	background-color: #003d96;
	border: none;
}

.index_intro_row a.more1:hover span:after,
.index_show_row a.more1:hover span:after {
	background-image: url(../images/icon_more.svg);
	background-size: auto 16px;
}

.index_intro_row .shu_row ul{
	margin-top: 0;
}

/* ======片区展示====== */
.index_show_row {
	margin-top: 31px;
	display: flex;
	position: relative;
}

.index_show_row .parHd {
	width: 780px;
	margin-top: 166px;
}

.index_show_row .parHd li {
	position: relative;
	float: left;
	width: 260px;
	height: 250px;
	background: url(../images/show_row_bg.png) no-repeat right top #fff;
}

.index_show_row .parHd li:nth-child(3),
.index_show_row .parHd li:nth-child(5) {
	background: #fff;
}

.index_show_row .parHd li:nth-child(-n+3) {
	border-bottom: 2px solid #003d96;
}

.index_show_row .parHd li.on {
	background: #003d96;
}

.index_show_row .parHd li a {
	display: block;
	width: 260px;
	height: 250px;
	padding: 153px 0 0 34px;
	color: #b0b0b0;
	transition: transform .3s ease;
}

.index_show_row .parHd li a:hover {
	transform: translateY(-8px);
}

.index_show_row .parHd li a em {
	display: block;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	color: #111;
	margin-bottom: -4px;
}

.index_show_row .parHd li.on * {
	color: #fff;
}

.index_show_row .parHd li:nth-of-type(1) a {
	background: url(../images/Culture_icon1.png) 34px 39px no-repeat;
}

.index_show_row .parHd li:nth-of-type(1).on a {
	background-image: url(../images/Culture_icon2.png);
}

.index_show_row .parHd li:nth-of-type(2) a {
	background: url(../images/Municipal_icon1.png) 39px 37px no-repeat;
}

.index_show_row .parHd li:nth-of-type(2).on a {
	background-image: url(../images/Municipal_icon2.png);
}

.index_show_row .parHd li:nth-of-type(3) a {
	background: url(../images/Education_icon1.png) 35px 40px no-repeat;
}

.index_show_row .parHd li:nth-of-type(3).on a {
	background-image: url(../images/Education_icon2.png);
}

.index_show_row .parHd li:nth-of-type(4) a {
	background: url(../images/Business_icon1.png) 35px 42px no-repeat;
}

.index_show_row .parHd li:nth-of-type(4).on a {
	background-image: url(../images/Business_icon2.png);
}

.index_show_row .parHd li:nth-of-type(5) a {
	background: url(../images/Feature_icon1.png) 43px 34px no-repeat;
}

.index_show_row .parHd li:nth-of-type(5).on a {
	background-image: url(../images/Feature_icon2.png);
}

.index_show_row .parHd li::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 16px;
	position: absolute;
	z-index: 10;
	left: 213px;
	top: 162px;
	background: url(../images/icon_more2.png) no-repeat center right;
}

.index_show_row .parHd li.on::before {
	background-image: url(../images/icon_more.svg);
	background-size: auto 16px;
}

.index_show_row .parBd,
.index_show_row .parBd .rw_row_in {
	width: 820px;
	height: 1020px;
	overflow: hidden;
}

.index_show_row .parBd img {
	width: 820px;
	min-height: 1020px;
	object-fit: cover;
	transition: all 0.6s;
}

.index_show_row .parBd:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_show_row a.more1 {
	position: absolute;
	left: 0;
	bottom: 212px;
	box-shadow: 5px 4px 6px rgba(230, 230, 230, 0.4);
}